home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP Eylül 1996.iso / utils / povray / povmnf.sea / POVRAY / POV-Ray.rsrc / TEXT_204_fog.txt < prev    next >
Text File  |  1994-02-09  |  191b  |  8 lines

  1. // set global atmospheric fog effect in the scene.
  2. // at the fog distance, there will be 63% visibility
  3. fog
  4. {
  5.   color     blue 1.0 // the fog color
  6.   distance  50.0     // the fog distance
  7. }
  8.